home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / jw61f.zip / J.BAT < prev    next >
DOS Batch File  |  1992-10-23  |  127b  |  7 lines

  1. @echo off
  2. rem    j           Run J
  3. rem    j /s        Run J without the session manager
  4.  
  5. set DOS4G=quiet
  6. dos4gw j.le %1
  7.